home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 December / macformat-031.iso / mac / Shareware City / Developers / enter-act-34 / EnterAct Stuff / Installing EnterAct 3⁄tt < prev    next >
Encoding:
Text File  |  1995-07-27  |  4.7 KB  |  114 lines  |  [TEXT/ttxt]

  1. EnterAct 3 installation guide July 95
  2.  
  3. EnterAct is now being shipped in compressed form. Since you're reading this, you're already past the decompression stage, and have a single "EnterAct stuff" folder with lots of files in it, including this one. Place the contained files in accordance with the guidelines below, and you're ready to go.
  4.  
  5. When you use EnterAct, it will need about two more Megabytes on your hard disk for its log file, and each project you create will need 1-2 Meg (for a typical bunch of files and a fully-built dictionary).
  6.  
  7. After you've installed EnterAct, give it a partition of 4 Meg (the default): if you can't, 3 otherwise, 2 if you must but be prepared to be very selective about which files you incorporate into your project (see the doc "EnterAct memory needs" if memory is tight).
  8.  
  9. "EnterAct stuff" contents:
  10. --------------
  11.     EnterAct 3 (application)
  12.     EnterAct 3 Manual
  13.     EnterAct in brief
  14.     EnterAct Memory Needs
  15.     EnterAct's magic clipboard
  16.     Rd me EnterAct 3
  17.     Installing EnterAct 3/tt (this document)
  18.     Minimal App7 ƒ: (source)
  19.     Drag_on Modules:
  20.         hAWK (CODE resource)
  21.         Read Resource (CODE resource)
  22.         hAWK programs: (many programs in several folders)
  23.     Read Resource Manual
  24.     hAWK User’s Manual
  25.     Debugging hAWK programs
  26.     Minimal App7 (application)
  27.     hAWK_notes.h
  28.     hAWK project:
  29.         hAWK.π
  30.         AWK Source:
  31.         AWK Headers:
  32.         Libraries:
  33.         COPYING hAWK
  34.     Read Res project:
  35.         ReadRes.π
  36.         Read_Res Source:
  37.         Read_Res Headers:
  38.     code to call Drag_ons:
  39.     write your own Drag_on:
  40.  
  41. (note a : above indicates a folder)
  42.  
  43.     What goes where
  44. EnterAct likes to distinguish between system headers
  45. and source (eg toolbox headers, library source and headers)
  46. and the files that belong to a particular project. Files within
  47. the same folder that contains EnterAct count as <system>
  48. files, and those located elsewhere are "project" files.
  49.  
  50. In general, decide which files you want to count as
  51. system files, and place EnterAct at the top level of
  52. the folder that contains those files (typically, they
  53. will be in subfolders). If you have alternate versions
  54. of some headers, try to place EnterAct low enough
  55. in your folder hierarchy that only one set of the
  56. alternates is contained within EnterAct's folder.
  57. If you can't do that, don't worry, just place EnterAct
  58. at the top level of the folder on your hard disk that
  59. contains the toolbox headers etc you wish to use.
  60. For Symantec users, that would be the same folder
  61. that contains your THINK Project manager, at the
  62. same level. For CodeWarrior, drop EnterAct into the
  63. "Metrowerks  C/C++ ƒ" folder so it ends up beside
  64. the "MW C/C++ ..." compiler. For MPW, place EnterAct
  65. beside the MPW Shell.
  66.  
  67. After placing EnterAct itself, put the "Drag_on Modules"
  68. folder right beside it. (Optional) put the "Minimal App7" application
  69. right beside it as well. Minimal App comes with
  70. source code, showing how you can call Drag_on Modules
  71. from your own app (source code is in "Minimal App7 ƒ" on
  72. disk 1). This source code is used in the "Whirlwind tour"
  73. section of the manual (but you can use your own source if
  74. you prefer).
  75.  
  76. To access THINK Reference or Toolbox Assistant from EnterAct:
  77. have a folder named "Tools" or "(Tools)" in the same folder as
  78. EnterAct, at the same level, and drop aliases of THINK Reference
  79. and/or QuickView into it. There are separate commands under
  80. EnterAct's "Search" menu to access these. You can access both
  81. during the same session of course.
  82.  
  83. Placement of the remaining files is entirely up to you,
  84. no harm just leaving them in the "EnterAct stuff" folder.
  85.  
  86. You will probably want all of the manuals for reference,
  87. especially the EnterAct and hAWK manuals, so don't trash
  88. them just yet. The manuals are best viewed with EnterAct
  89. itself, since you won't see the illustrations with other
  90. editors. To make life simpler, when you create an
  91. EnterAct project use the "Add Files..." command to add
  92. the EnterAct manual and any others to your project.
  93. Manuals and other non-code documents appear in the
  94. rightmost pane of your project window, available with
  95. a double-click.
  96.  
  97. "hAWK_notes.h" is a reference file for hAWK, containing notes on
  98. hAWK that can be quickly accessed from within an EnterAct
  99. project. More about notes in the "lookup tips" chapter in the EnterAct
  100. manual.
  101.  
  102. Also included, projects and complete source for hAWK and
  103. Read Resource, as well as Minimal App 7. This is all looking
  104. a bit old now, not recommended viewing for beginners. But it
  105. does work, and the hAWK code at least shows how to bolt a
  106. Mac-friendly front end onto a DOS-type tool.
  107.  
  108.     Verification
  109. When you start up EnterAct, check under the "EnterAct" menu, and
  110. you will see "hAWK" and "Read Resource" listed at the bottom if
  111. things have ended up in the right places. Wherever you put
  112. EnterAct, you should put the complete "Drag_on Modules" folder
  113. in the same place, at the same level.
  114.